projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5907157
)
(bs--up): Remove interactive spec.
author
Michaël Cadilhac
<michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:27:20 +0000
(17:27 +0000)
committer
Michaël Cadilhac
<michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:27:20 +0000
(17:27 +0000)
lisp/bs.el
patch
|
blob
|
history
diff --git
a/lisp/bs.el
b/lisp/bs.el
index d0b929b2d85df4b20dfc24903c197cfbf2c047ba..a42b22e84360d8ad59270472516da170b64eff6e 100644
(file)
--- a/
lisp/bs.el
+++ b/
lisp/bs.el
@@
-999,7
+999,6
@@
Uses function `vc-toggle-read-only'."
(defun bs--up ()
"Move cursor vertically up one line.
If on top of buffer list go to last line."
- (interactive "p")
(if (> (count-lines 1 (point)) bs-header-lines-length)
(forward-line -1)
(goto-char (point-max))